DataSource for Entity Framework for WinForms
GetItemProperties(PropertyDescriptor[]) メソッド

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.LiveViews 名前空間 > ViewRowCollection クラス : GetItemProperties(PropertyDescriptor[]) メソッド
コレクション内で検索する連結可能な System.ComponentModel.PropertyDescriptor オブジェクトの配列。null を設定できます。
プログラムによる ViewRow を通じたアクセスやデータ連結のために、ビュー要素型で使用できるプロパティのコレクションを返します。
シンタックス
'宣言
 
Public Function GetItemProperties( _
   ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
) As System.ComponentModel.PropertyDescriptorCollection
public System.ComponentModel.PropertyDescriptorCollection GetItemProperties( 
   System.ComponentModel.PropertyDescriptor[] listAccessors
)

パラメータ

listAccessors
コレクション内で検索する連結可能な System.ComponentModel.PropertyDescriptor オブジェクトの配列。null を設定できます。
解説

listAccessors が null の場合、このメソッドは、ビュー要素型のプロパティのコレクションを返します。

null 以外の listAccessors は、次のように階層連結のプロパティのコレクションを取得するために使用されます。 listAccessors に含まれる要素が1つの場合は、 その要素を使用して要素型のオブジェクト値プロパティが検索され、このオブジェクト値プロパティの型を持つプロパティのコレクションが返されます。 listAccessors に含まれる要素が2つである場合、2番目の要素は 1つ前のレベルにおけるプロパティのコレクション内でオブジェクト値プロパティを検索するために使用され、3つ以降も同様です。詳細については、ITypedList.GetItemProperties を参照してください。

参照

ViewRowCollection クラス
ViewRowCollection メンバ